'Declaration Public Overloads Function InsertDelimiter( _ ByVal itemsText() As System.String, _ ByVal beginCharacter As System.String, _ ByVal endCharacter As System.String, _ ByVal separatorCharacter As System.String, _ ByVal location As InsertLocation _ ) As OMathDelimiter
public OMathDelimiter InsertDelimiter( System.string[] itemsText, System.string beginCharacter, System.string endCharacter, System.string separatorCharacter, InsertLocation location )
Parameters
- itemsText
- The structure items text array.
- beginCharacter
- The structure beginning, or opening character, can be null.
- endCharacter
- The structure ending, or closing character, can be null.
- separatorCharacter
- The structure character that separates items, can be null.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathDelimiter instance.